@charset "gb2312";


/**
       qq咨询样式开始
   */
#scrolltop {
    display: none;
}

.main-im {
    position: fixed;
    right: 10px;
    top: 260px;
    z-index: 98;

}

    .main-im .qq-a {
        display: block;
        width: 106px;
        height: 116px;
        font-size: 14px;
        color: #0484cd;
        text-align: center;
        position: relative;
    }

        .main-im .qq-a span {
            bottom: 5px;
            position: absolute;
            width: 90px;
            left: 10px;
        }

    .main-im .qq-hover-c {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        position: absolute;
        left: 18px;
        top: 10px;
        overflow: hidden;
        z-index: 9;
    }

    .main-im .qq-container {
        z-index: 97;
        position: absolute;
        width: 109px;
        height: 118px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background: url(images/qq-icon-bg.png) no-repeat center 8px;
    }

.ie_all .main-im .qq-container {
    background: none;
}

.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}

.main-im a img {
    border: 0 none;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
}


    .main-im .im_main .weixing-container {
        width: 55px;
        height: 47px;
        border-right: 1px solid #dddddd;
        background: #f5f5f5;
        border-bottom-left-radius: 10px;
        background: url(../images/weixing-icon.png) no-repeat center center;
        float: left;
    }

    .main-im .im_main .weixing-show {
        width: 112px;
        height: 172px;
        background: #ffffff;
        border-radius: 10px;
        border: 1px solid #dddddd;
        position: absolute;
        left: -125px;
        top: -126px;
    }

        .main-im .im_main .weixing-show .weixing-sanjiao {
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent transparent transparent #ffffff;
            border-width: 6px;
            left: 112px;
            top: 134px;
            position: absolute;
            z-index: 2;
        }

        .main-im .im_main .weixing-show .weixing-sanjiao-big {
            width: 0;
            height: 0;
            border-style: solid;
            border-color: transparent transparent transparent #dddddd;
            border-width: 8px;
            left: 112px;
            top: 132px;
            position: absolute;
        }

        .main-im .im_main .weixing-show .weixing-ma {
            width: 104px;
            height: 103px;
            padding-left: 5px;
            padding-top: 5px;
        }

        .main-im .im_main .weixing-show .weixing-txt {
            position: absolute;
            top: 110px;
            left: 7px;
            width: 100px;
            margin: 0 auto;
            text-align: center;
        }

    .main-im .im_main .go-top {
        width: 50px;
        height: 47px;
        background: #f5f5f5;
        border-bottom-right-radius: 10px;
        background: url(../images/totop-icon.png) no-repeat center center;
        float: right;
    }

        .main-im .im_main .go-top a {
            display: block;
            width: 52px;
            height: 47px;
        }

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 98;
    width: 24px;
    height: 24px;
}

    .main-im .close-im a {
        display: block;
        width: 24px;
        height: 24px;
        background: url(images/close_im.png) no-repeat left top;
    }

        .main-im .close-im a:hover {
            text-decoration: none;
        }

.main-im .open-im {
    cursor: pointer;
    margin-left: 68px;
    width: 44px;
    height: 116px;
    background: url(images/open_im.png) no-repeat left top;
}



img {
    border: 0px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    padding: 0px;
    margin: 0px;
    line-height: 180%;
    font-size: 14px;
    font-family: "Arial","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}

div, form, img, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
}

table, td, tr, th {
    font-size: 12px;
}

.clear {
    clear: both;
}

.hv {
    width: 100%;
    height: 20px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    list-style-type: none;
}

a {
    color: #000000;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-size: 12px;
    font-weight: normal;
}

input {
    color: #666;
    font-size: 12px;
}

form, embed {
    display: inline;
    margin: 0;
    padding: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 980px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.hv {
    width: 100%;
    margin: 0 auto;
    height: 10px;
    overflow: hidden
}

.more {
    height: 30px;
    width: 50px;
    display: block;
    float: right;
    filter: alpha(opacity=0);
    opacity: 0
}


#head {
    width: 100%;
    height: 83px;
    position: relative;
    margin: 0 auto;
}

#header-btn {
    display: none;
}

.head_48 {
    height: 48px;
    display: none;
}

.head_mobile {
    display: none;
    height: 3rem;
    background: #005774;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 3rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0;
    top: 0;
    left: 0px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-align: center;
    position: fixed;
    z-index: 3;
    max-width: 1170px;
    margin: 0 auto;
}

    .head_mobile.chagne2 {
        left: 50%;
    }

    .head_mobile a.mm-hbtn {
        background: center center no-repeat transparent;
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 10px;
        margin: 10px;
    }

    .head_mobile .lcbody {
        width: 30px;
        height: 30px;
        position: relative;
        transform: translateZ(0) rotate(0);
        transition: transform .4s cubic-bezier(.4,.01,.165,.99);
    }

    .head_mobile .lcitem {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateZ(0) rotate(0);
        transition: transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
        -webkit-transform: translateZ(0) rotate(0);
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4,.01,.165,.99) 0s;
        width: 30px;
        height: 30px;
    }

        .head_mobile .lcitem .rect {
            width: 30px;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 46%;
            transition: transform .2s ease .2s;
            -webkit-transition: -webkit-transform .2s ease .2s;
        }

            .head_mobile .lcitem .rect.top {
                transform: translate3d(0,-6px,0);
                -webkit-transform: translate3d(0,-6px,0);
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
            }

            .head_mobile .lcitem .rect.bottom {
                transform: translate3d(0,6px,0);
                -webkit-transform: translate3d(0,6px,0);
                transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
            }

    .head_mobile.change2 a.mm-hbtn {
    }

.mm-hbtn.chagne3 .lcitem .rect.top {
    transform: translateZ(0) rotate(-45deg);
    -webkit-transform: translateZ(0) rotate(-45deg);
}

.mm-hbtn.chagne3 .lcitem .rect.bottom {
    transform: translateZ(0) rotate(45deg);
    -webkit-transform: translateZ(0) rotate(45deg);
}

.head_mobile p {
    color: #fff;
}

#Jl_container {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
}


#logo {
    width: 30.94%;
    float: left;
    text-align: center;
}

    #logo img {
        width: 362px;
        height: 83px;
    }

.logo_phone {
    float: right;
    margin-top: 26px;
}

.logo_phone1 {
    font-size: 13px;
    font-weight: bold;
    color: #959696;
    text-align: center;
}

.logo_phone2 {
    font-size: 22px;
    font-weight: bold;
    color: #959696;
    text-align: right;
}


#menu {
    background: rgb(40, 40, 40);
    width: 100%;
}

    #menu ul {
        background: #282828;
        text-align: center;
    }

        #menu ul li {
            display: inline-block;
            height: 59px;
            line-height: 59px;
            text-align: center;
            position: relative;
        }

            #menu ul li:first-child {
            }

            #menu ul li a {
                color: #fff;
                width: 92px;
                margin: 0 41px;
                display: inline-block;
                position: relative;
                z-index: 2;
                background: url(images/jian.png) left center no-repeat;
            }

                #menu ul li a:hover {
                    color: #00728b
                }

                #menu ul li a span {
                    display: inline-block;
                    filter: alpha(opacity=0);
                    -moz-opacity: 0;
                    -khtml-opacity: 0;
                    opacity: 0;
                    -webkit-animation: layout-106-nav-add 0.5s;
                    -moz-animation: layout-106-nav-add 0.5s;
                    -o-animation: layout-106-nav-add 0.5s;
                    animation: layout-106-nav-add 0.5s;
                    padding-left: 8px;
                }

                #menu ul li a.hover span, #menu ul li a:hover span {
                    filter: alpha(opacity=1);
                    -moz-opacity: 1;
                    -khtml-opacity: 1;
                    opacity: 1;
                }

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#menu ul li a:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 50%;
    left: 50%;
    top: 25%;
    z-index: -1;
    border: 1px solid white;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#menu ul li a:before {
    border-color: #005774;
}

#menu ul li a.hover:before, #menu ul li a:hover:before {
    width: 98%;
    left: 0;
    opacity: 1;
}

#menu ul li dl {
}

#menu ul li a {
}

.ninkkd_bg {
    width: 100%;
    line-height: 128px;
    background: #f7f7f7;
    color: #0498a2;
    font-size: 36px;
    text-align: center;
}

#content {
    width: 100%;
    margin-top:30px;
}
#contentInfo {
    width: 100%;
}

.product_title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
    background: #282828;
    color: #fff;
}



.product_cen {
    width: 100%;
}

    .product_cen ul li {
        width: 24%;
        margin: 17px 0.5% 0px 0.5%;
        float: left;
        position: relative;
    }

.product_img {
    width: 100%;
    position: relative;
}

    .product_img img {
        width: 100%;
        height: 272px;
        display: block;
    }

.product_libg {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 2;
    background: #000;
    filter: alpha(opacity=30); /* ie 有效*/
    -moz-opacity: 0.30; /* Firefox  有效*/
    opacity: 0.30; /* 通用，其他浏览器  有效*/
}

.product_word {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    height: 32px;
    padding-top: 124px;
    overflow: hidden;
    z-index: 3;
}

.product_cen ul li:hover .product_libg {
    filter: alpha(opacity=53); /* ie 有效*/
    -moz-opacity: 0.53; /* Firefox  有效*/
    opacity: 0.53;
}

.news_leftbox {
    width: 47%;
    margin: 54px 1.5% 0px 1.5%;
    float: left;
}

.news_lefttitle {
    font-size: 20px;
    line-height: 20px;
    color: #0498a2;
    text-align: center;
}

.news_leftheng {
    width: 26px;
    margin: 8px auto;
    height: 2px;
    background: #0498a2;
}

.news_leften {
    font-size: 14px;
    line-height: 20px;
    color: #0498a2;
    text-align: center;
}

.news_leftheng2 {
    width: 100%;
    margin: 18px auto 0 auto;
    height: 1px;
    background: #0498a2;
}

.news_leftcen {
    margin-top: 8px;
}

    .news_leftcen ul li {
        margin-top: 10px;
    }

.news_leftdate {
    margin: 12px 16px 0 10px;
    float: left;
    width: 63px;
    text-align: center;
}

    .news_leftdate b {
        font-weight: bold;
        display: block;
        font-size: 34px;
        text-align: center;
        line-height: 34px;
        color: #a7a6a5;
        border-bottom: 1px solid #a7a6a5;
    }

    .news_leftdate span {
        display: block;
        font-size: 15px;
        line-height: 28px;
        color: #a7a6a5;
    }

.news_leftword {
    width: 448px;
    float: right;
}

    .news_leftword h1 a {
        color: #0498a2;
        font-size: 18px;
        margin: 12px 0 0 0;
        height: 20px;
        line-height: 20px;
        display: block;
        overflow: hidden;
        font-weight: bold;
    }

    .news_leftword span {
        display: block;
        margin-top: 6px;
        height: 40px;
        line-height: 20px;
        overflow: hidden;
    }

        .news_leftword span a {
            color: #fc0404;
        }


.about_title {
    width: 100%;
    margin: 60px 0 46px 0;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    text-align: center;
    background: #0498a2;
    color: #fff;
}

.about_cen {
    height: 300px;
    overflow: hidden;
    padding-top: 72px;
    background: url(../themes/images/aboutcen.png) left center no-repeat;
    padding-left: 490px;
    font-size: 14px;
    color: #000;
    line-height: 26px;
}


#foot {
    width: 100%;
    font-size: 14px;
    padding: 68px 0 20px 0;
    margin-top: 46px;
    background: #282828;
    color: #cccccc;
}

.foot_contact {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 35px;
    color: #cccccc;
    font-style: italic
}

    .foot_contact .blue {
        color: #09b7c3;
    }

.foot_contact2 {
    margin: 40px 0 35px 0;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #cccccc;
}

.foot_contact3 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

.foot_contact4 {
    margin: 20px 0 8px 0;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    color: #737373;
}

.foot_erwm {
    width: 160px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    color: #bfbebe;
    position: absolute;
    top: 0px;
    right: 0px;
}

    .foot_erwm img {
        width: 100%;
    }

.h6 {
    height: 6px;
    width: 100%;
    background: #dcdcdc;
}



/*关于我们*/
.inbanner {
    width: 100%;
}

    .inbanner img {
        width: 100%;
        display: block;
    }

.intitle_box {
    /*height: 60px;*/
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}

    .intitle_box a {
        width: 24%;
        display: inline-block;
        line-height: 60px;
        height: 60px;
        text-align: center;
        color: #707272;
        font-size: 20px;
        cursor: pointer;
    }

        .intitle_box a.inhover, .intitle_box a:hover {
            line-height: 60px;
            height: 60px;
            border-bottom: 1px solid #0498a2;
            color: #0498a2;
        }

.insmall_title {
    width: 100%;
    margin-top: 62px;
}

.textar {
    text-align: right;
}

.insmall_title h1 {
    font-size: 29px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
}

.insmall_line {
    width: 57px;
    height: 3px;
    background: #0498a2;
    margin: 9px 0;
}

.insmall_en {
    font-size: 26px;
    line-height: 32px;
    color: #464646;
    font-weight: bold;
}

.insmall_cen {
    width: 100%;
    margin-top: 20px;
}

.insmall_cenimg {
    width: 358px;
    float: left;
}

    .insmall_cenimg img {
        width: 100%;
        height: 358px;
        display: block;
    }

.insmall_centext {
    width: 757px;
    float: right;
    font-size: 15px;
    line-height: 25px;
    overflow: hidden;
    padding-top: 72px;
}

.insmall_cen img {
    max-width: 100%;
}

.textat {
    text-align: center;
}

.insmall_title h2 {
    font-size: 18px;
    line-height: 32px;
    color: #d2d0d0;
    text-transform: uppercase;
    font-weight: bold;
}

    .insmall_title h2 span {
        color: #0498a2;
        font-size: 26px;
    }

.insmall_line2 {
    width: 96px;
    height: 1px;
    background: #d2d0d0;
    margin: 24px auto;
}

.insmall_prolist ul li {
    width: 24%;
    float: left;
    margin: 10px 0.5%;
}


.productlist_word {
    padding: 16px 14px;
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    background: #dcdcdc;
}

    .productlist_word span {
        display: block;
        color: #595858;
        font-size: 14px;
        line-height: 30px;
        height: 30px;
    }

.insmall_suplist {
    margin-top: 32px;
}

    .insmall_suplist ul li {
        width: 100%;
        position: relative;
        padding: 11px 28px 11px 14px;
        background: #f3f4f8;
    }

.suplist_name {
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
}

.suplist_date {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #908f8f;
    font-size: 14px;
}

.suplist_down {
    position: absolute;
    right: 28px;
    top: 28px;
    background: #0498a2;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    -moz-border-radius: 18px; /* Firefox */
    -webkit-border-radius: 18px; /* Safari 和 Chrome */
    border-radius: 18px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

    .suplist_down a {
        color: #fff;
        cursor: pointer;
    }

.insmall_suplist ul li:nth-child(even) {
    background: #fafbfe;
}

.insmall_newslist {
    margin-top: 32px;
}

    .insmall_newslist ul li {
        padding: 36px 0;
        border-bottom: 1px solid #ccc;
    }

.news_leftdate2 {
    margin: 36px 32px 0 0px;
    float: left;
    width: 78px;
    text-align: center;
}

    .news_leftdate2 b {
        font-weight: bold;
        display: block;
        background: #0498a2;
        font-size: 20px;
        text-align: center;
        line-height: 34px;
        color: #fff;
        padding: 12px 0;
    }

    .news_leftdate2 span {
        display: block;
        font-size: 14px;
        line-height: 28px;
        background: #047e86;
        color: #fff;
    }

.news_leftword2 {
    width: 692px;
    float: left;
}

    .news_leftword2 h1 a {
        color: #000;
        font-size: 18px;
        margin: 36px 0 0 0;
        height: 20px;
        line-height: 20px;
        display: block;
        overflow: hidden;
        font-weight: bold;
    }

    .news_leftword2 span {
        display: block;
        margin-top: 6px;
        height: 60px;
        color: #999;
        line-height: 20px;
        overflow: hidden;
    }

        .news_leftword2 span a {
            color: #fc0404;
        }

.news_more2 {
    display: block;
    margin-top: 6px;
    color: #0498a2;
    line-height: 20px;
    overflow: hidden;
}

    .news_more2 a {
        display: block;
        color: #0498a2;
    }

.news_listimg {
    width: 321px;
    float: right;
}

    .news_listimg img {
        width: 100%;
        height: 193px;
        display: block;
    }

#content_contact {
    width: 100%;
    padding-top: 24px;
    background: #f9f9f9;
}

.contact_bg {
    position: relative;
    margin-bottom: 33px;
}

.abcontact_word p img{
    width: 100%;
}

.contact_word {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 345px;
    height: 450px;
    background: url(../themes/images/lvtou.png) no-repeat;
    -moz-border-radius: 0 0 63px 0; /* Firefox */
    -webkit-border-radius: 0 0 63px 0; /* Safari 和 Chrome */
    border-radius: 0 0 63px 0; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

    .contact_word h1 {
        font-size: 22px;
        line-height: 26px;
        color: #fff;
        margin: 88px 0 34px 0;
        padding-left: 28px;
    }

    .contact_word p {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        padding-left: 28px;
    }

.message_bg {
    padding: 26px 0 28px 26px;
    background: #fff;
}

.message_title {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #0498a2;
}

.message_title2 {
    height: 22px;
    margin: 14px 0;
    line-height: 22px;
    font-size: 14px;
    color: #707272;
}

.message_cen ul li {
    width: 31.3%;
    float: left;
    margin-right: 2%;
    margin-top: 26px;
}

    .message_cen ul li label {
        line-height: 36px;
        font-size: 14px;
        color: #707272;
    }

    .message_cen ul li input {
        line-height: 32px;
        width: 100%;
        display: block;
        font-size: 14px;
        height: 32px;
        background: #f1f1f1;
        border: none;
        color: #707272;
    }

    .message_cen ul li textarea {
        line-height: 32px;
        width: 100%;
        max-width: 100%;
        display: block;
        font-size: 14px;
        height: 92px;
        min-height: 92px;
        background: #f1f1f1;
        border: none;
        color: #707272;
    }

.message_cen .submit, .message_cen .reset {
    display: inline-block;
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-right: 12px;
    color: #fff;
    font-size: 14px;
    background: #9c9d9d;
    border: none;
    margin-top: 22px;
    cursor: pointer;
}

.message_cen .submit {
    background: #0498a2;
}

.joinus_box {
    width: 100%;
}

.joinus_title {
    background: #0498a2;
    width: 100%;
    text-align: center;
    height: 46px;
    padding: 18px 0 14px 0;
    text-align: center;
}

.joinus_cen ul li {
    width: 47%;
    line-height: 28px;
    float: left;
    margin: 0 1% 0 0;
    padding: 10px 0 21px 2%;
    background: #f1f1f1;
    color: #a2a0a0;
    font-size: 14px;
}

    .joinus_cen ul li:nth-child(even) {
        float: right;
        margin: 0 0 0 0;
    }

    .joinus_cen ul li h1 {
        color: #3e3d3d;
        line-height: 42px;
        height: 42px;
        overflow: hidden;
    }

    .joinus_cen ul li h2 {
        color: #a2a0a0;
        line-height: 26px;
        height: 26px;
        overflow: hidden;
    }

        .joinus_cen ul li h2 span {
            color: red;
        }

    .joinus_cen ul li h3 {
        color: #a2a0a0;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
    }



#abcontent {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 43px 0;
}

#abcontent  a{
   font-size:18px;
}

.left_box {
    width: 20.618%;
    float: left;
}

.left_tit {
    height: 34px;
    line-height: 34px;
}

    .left_tit a {
        font-size: 15px;
        color: #060606;
    }

.left_box ul li {
    line-height: 40px;
}

    .left_box ul li a {
        line-height: 40px;
        display: block;
        padding-left: 36px;
        background: url(../themes/images/left_li.jpg) 6px 50% no-repeat;
        color: #00718a;
    }

.right_box {
    width: 79.175%;
    float: right;
}

.right_tit {
    width: 138px;
    height: 66px;
    background: #dcdcdc;
    color: #060606;
    margin-left: 10%;
    -moz-border-radius: 12px; /* Firefox */
    -webkit-border-radius: 12px; /* Safari 和 Chrome */
    border-radius: 12px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

    .right_tit a {
        font-size: 30px;
        padding-top: 8px;
        line-height: 30px;
        display: block;
        text-align: center;
    }

        .right_tit a .right_en {
            font-size: 13px;
            text-align: center;
        }

.right_box ul li {
    padding: 22px 72px 32px 72px;
    border-bottom: 1px solid #959494;
}

.right_titname {
    height: 26px;
    line-height: 26px;
}

    .right_titname a {
        color: #060606;
        font-size: 15px;
    }

.yuan {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #5492a4;
    margin-right: 22px;
    -moz-border-radius: 50%; /* Firefox */
    -webkit-border-radius: 50%; /* Safari 和 Chrome */
    border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.valves_data {
    width: 100%;
    margin: 0 auto;
}

    .valves_data .data_box {
        width: 330px;
        margin: 26px 0 0 0;
        float: left;
    }

    .valves_data tr {
        vertical-align: top;
    }

.data_box th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 7px;
    background: #f0f0f0;
    font-weight: normal;
}

.data_box td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 7px;
    background: #fff;
}

.valves_data .data_box td {
    text-align: left;
}

.data_box table {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.right_titimg {
    width: 246px;
    float: right;
    margin-top: 50px;
}

    .right_titimg img {
        width: 100%;
        height: 142px;
    }

.page {
    text-align: center;
    margin-top: 42px;
}

    .page a {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: 0 6px;
        border: 1px solid #a1a1a1;
        color: #666;
        line-height: 20px;
        text-align: center;
    }

        .page a.selected {
            color: #fff;
            background: #0498a2;
        }

.rightfixed {
    position: fixed;
    right: 2px;
    top: 40%;
    width: 72px;
}

    .rightfixed img {
        width: 100%;
        display: block;
        margin: 1px 0;
    }


.abcontent_title {
    width: 1020px;
   // margin: 0 auto;
   // text-align: center;
    color: rgb(191, 191, 191);
    font-size: 14px;
    line-height: 150%;
}

.abcontent_word {
    line-height: 2em;
    text-align: center;
    color: rgb(127, 127, 127);
    font-size: 14px;
    line-height: 200%;
}

.abcontent_img {
    width: 100%;
}

    .abcontent_img ul li {
        width: 32%;
        padding: 0 0.5%;
        float: left;
    }

        .abcontent_img ul li img {
            width: 100%;
            display: block;
        }

.abproduct_cen {
    width: 100%;
}

    .abproduct_cen ul li {
        width: 23%;
        float: left;
        overflow: hidden;
        margin: 0 1% 2% 1%;
        background: #fff;
        font-size: 16px;
        box-shadow: 0 22px 40px rgba(0,0,0,.16);
    }

        .abproduct_cen ul li a img {
            width: 100%;
            height: 20%;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

.abproduct_word {
    background: #fff;
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
    transition: all ease-out .3s;
}

.abproduct_cen ul li:hover .abproduct_word {
    transform: translateY(-25px);
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


.abproduct_cen ul li:hover img {
    transform: scale(1.06);
    -moz-transform: scale(1.06,1.06);
    -webkit-transform: scale(1.06,1.06);
    -o-transform: scale(1.06,1.06);
}

.abproduct_cen ul li .pro-name {
    color: #262626;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.abproduct_cen ul li .pro-name2 {
    height: 36px;
    color: #6e6e6e;
    font-size: 12px;
}



#abcontent .abnewsdetail_title {
    color: #333;
    text-align: center;
    font-size: 30px;
    padding: 10px 0 19px 0;
    line-height: 36px;
}

#abcontent .news-details-small {
    padding-left: 13px;
    color: #666;
    text-align: center;
    font-size: 12px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}

#abcontent .news-details-desc {
    margin: 29px 0;
    padding: 15px;
    background: #f5f5f5;
    color: #666666;
    line-height: 24px;
}

#abcontent .newsdetails_con {
    color: rgb(127, 127, 127);
    line-height: 1.75em;
}

.newsdetails_next {
    border-top: 0;
    text-align: right;
    padding: 15px 0 25px;
}

    .newsdetails_next a {
        font-size: 14px;
        line-height: 150%;
        color: #333;
    }


.app_tab {
    width: 100%;
    background-color: #005774;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
}

    .app_tab ul li {
        width: 25%;
        display: block;
        float: left;
    }

        .app_tab ul li a {
            width: 100%;
            display: block;
            cursor: pointer;
        }

.app_icon {
    position: relative;
    display: block;
    height: 1.62rem;
    width: 1.62rem;
    margin: 0.19rem auto;
}

    .app_icon img {
        display: block;
        height: 1.62rem;
        width: 1.62rem;
    }

.app_kuo {
    height: 3.2rem;
    width: 100%;
    display: none;
}

.app_name {
    display: block;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1rem;
    padding-bottom: 0.2rem;
}

.cs_pagination {
    clear: both;
    margin: auto;
    text-align: center;
    height: 22px;
    margin-top: 20px;
}

    .cs_pagination a {
        text-decoration: none;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border: solid 1px #ccc;
        margin-left: 5px;
        text-align: center;
    }

        .cs_pagination a.pre_disabled {
            cursor: default;
            background: url(images/pagination/pre_disabled.gif) no-repeat center center;
        }

        .cs_pagination a.next_disabled {
            cursor: default;
            background: url(images/pagination/next_disabled.gif) no-repeat center center;
        }

        .cs_pagination a.current {
            border: none;
            cursor: default;
            text-decoration: none;
            color: #000;
        }

        .cs_pagination a.pre {
            background: url(images/pagination/pre.gif) no-repeat center center;
        }

        .cs_pagination a.next {
            background: url(images/pagination/next.gif) no-repeat center center;
        }

        .cs_pagination a:hover {
            border-color: #a3a2a2;
        }
.foot_contact {
    color: #fff;
}

    .foot_contact .blue {
        color: #fff;
    }

.foot_contact2 {
    color: #fff;
}

.foot_contact4 {
    color: #fff;
}


/*productlist*/

.newLeft_box{ width:225px; float:left;}
				.newLeft_title{ height:70px; line-height:70px; background:#0498a2; padding-left:16px; color:#fff; font-size:22px;}
				.newLeft_title a{ color:#fff; font-size:22px;}
				.newLeft_cen{ background:#f2f2f2; padding-bottom:90px;}
				.newLeft_cen ul li{ line-height:54px; padding-left:38px; background: url(../themes/images/hui3.png)  17px 20px no-repeat;}
				.newLeft_cen ul li a{color:#000; font-size:16px; font-weight:bold;}
				
				.newLeft_cen ul li:hover{ background: url(../themes/images/hui3_h.png) 17px 20px no-repeat;}
				.newLeft_cen ul li:hover a{ color:#0498a2;}
				.newLeft_cen ul li dl{ display:none;}
				.newLeft_cen ul li:hover dl{ display:block;}
				.newLeft_cen ul li dl dt{line-height:40px; height:40px; overflow:hidden; padding-left:32px; background: url(../themes/images/hui4_h.png)  16px center no-repeat;}
				.newLeft_cen ul li dl dt a{ font-weight:normal;}
				
				
				.newRight_box{ width:910px; float:right;}
				.newRight_title{ font-size:16px; height:24px; line-height:24px; border-left:3px solid #0498a2; padding:0 0 0 12px; margin:13px 0 13px 0 ;color:#0498a2}
				.newRight_title a{ font-size:16px; color:#000}
				.newRight_cen{ width:100%;}
				.newRight_cen ul li{width:32.33%;margin: 11px 0.5% 30px 0.5%; float: left;}
				.product_img img {
					width: 100%;
					height: 272px;
					display: block;
				}
				.newRight_word{
					width: 100%; background:#0498a2;
					height: 58px; overflow:hidden; color:#fff; font-size:16px; text-align:center; line-height:58px;
					display: block;
				}
				


@media (max-width:1199px) {
    .about_box ul li.aboutli_1 {
        width: 50%;
        float: right;
    }

    .about_box ul li.aboutli_2 {
        width: 50%;
        float: left;
    }

    .about_box ul li.aboutli_3 {
        display: none;
    }

    .about_box ul li.aboutli_4 {
        display: none;
    }

    .about_word {
        text-align: center;
    }

    .abcontent_title {
        width: 98%;
    }

    #abcontent .news-details-desc {
        width: 88%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #abcontent .news-details-desc img {
        width: 100%;
    }

    #abcontent .newsdetails_con {
        width: 88%;
        float: none;
        margin: 0 auto;
    }

    .newsdetails_next {
        width: 88%;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width:1170px) {

    /*productlist*/
    .newLeft_box {
        width: 99%;
        float: none;
        margin: 0 auto;
    }

    .newLeft_cen {
        padding-bottom: 1rem;
    }

    .newRight_box {
        width: 99%;
        float: none;
        margin: 1.2rem auto 0 auto;
    }

    .newRight_word {
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem;
    }
		
	
    .head_mobile {
        display: block;
    }

    .head_48 {
        display: block;
    }

    #head { /*display:none;*/
        /*position: fixed;*/
        position:relative;
        top: 0px;
        left: 0px;
        /*background-color: #005774;*/
        z-index: 100;
        width: 100%;
        /*height: 100%;*/
        /*visibility: visible;*/
        /*-ms-transform: translateX(-100%);
        -khtml-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: 0.5s;*/
    }

        #head.chagne1 {
            -ms-transform: translateX(0);
            -khtml-transform: translateX(0);
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -moz-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: 0.5s;
        }

    #logo {
        /*display: none;*/
    }

    #logo img {
        margin-top:15px;
        width:206px !important;
        height:61px !important;
    }

    .logo_phone {
        display:none;
        margin-right: 2rem;
    }

    #head #header-btn {
        display:block;
        position: absolute;
        top:35px;
        right:20px;
    }

    #menu {
        display: none;
        position: absolute;
        z-index: 101;
        width: 100%;
    }

        #menu ul {
            background: none;
        }

            #menu ul li {
                width: 100%;
                text-align: center;
                height: 2.98rem;
                line-height: 2.98rem;
            }

                #menu ul li a {
                    color: #fff;
                    margin: 0 !important;
                    width: auto !important;
                }

                    #menu ul li a:before {
                        border: none;
                    }

            #menu ul li {
                border-bottom: 1px solid #1d90b7;
            }

                #menu ul li a span {
                    display: none;
                }

    .foot_left {
        width: 95%;
        float: none;
        margin: 0 auto;
    }

    .foot_right1 {
        width: auto;
        margin-left: 2.5%;
    }

    .foot_right2 {
        width: auto;
        margin-right: 2.5%;
    }

    .about_img img {
        height: auto;
    }

    .app_kuo {
        display: block;
    }

    .app_tab {
        display: block;
    }

    .product_cen ul li.productli_1 {
        height: auto;
    }
    .product_cen ul li {
        height: 281px;
    }

    .product_cen ul li img {
        height: 281px;
    }

    .product_img img {
        height: 281px;
    }

    .product_word {
        top: 45%;
        padding-top: 0px;
    }

    .left_box {
        width: 97.5%;
        margin-left: 2.5%;
        float: none;
    }

        .left_box ul li {
            width: 33%;
            float: left;
        }

    .right_box {
        width: 95%;
        float: none;
        margin-left: 2.5%;
        margin-top: 1rem;
    }

    .right_tit {
        margin-left: 0;
    }

    .right_box ul li {
        padding: 22px 0px 32px 0px;
    }

    #Jl_container {
        padding: 0 1rem;
       /* width: 0px;*/
        overflow: hidden;
    }

    .insmall_cenimg {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .insmall_centext {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .news_leftdate2 {
        display: none;
    }

    .news_leftword2 {
        width: 66%;
    }

    .news_listimg {
        width: 33%;
    }

        .news_listimg img {
            height: auto;
        }
}

@media (max-width:969px) {
    .ninkkd_bg {
        line-height: 5rem;
        font-size: 1.5rem;
    }

    .news_leftword {
        width: auto;
    }

    .about_cen {
        padding-left: 50%;
        background-size: 60% 100%;
    }
}

@media (max-width:767px) {
    .product_cen ul li {
        width: 49%;
    }

    .about_box ul li.aboutli_1 {
        width: 100%;
        float: right;
    }

    .about_box ul li.aboutli_2 {
        width: 100%;
        float: left;
    }

    .product_cen ul li.productli_1 {
        height: auto;
    }

    .product_cen ul li {
        height: auto;
    }

    .product_img img {
        height: auto;
    }

    .product_word {
        top: 45%;
        padding-top: 0px;
    }

    .foot_top ul li {
        width: 100%;
    }

    .about_box ul li {
        width: 95%;
        margin: 1rem 2.5%;
    }

    .abproduct_cen ul li {
        width: 48%;
    }

    .foot_erwm {
        position: inherit;
        margin: 0 auto;
    }

    .about_cen {
        height: 188px;
        padding-top: 26px;
    }

    .ninkkd_bg {
        line-height: 4rem;
        font-size: 1rem;
    }

    .productlist_word {
        font-size: 1rem;
    }

        .productlist_word span {
            font-size: 0.8rem;
        }

    .insmall_prolist ul li {
        width: 49%;
    }

    .insmall_title h2 {
        font-size: 1rem;
    }

        .insmall_title h2 span {
            font-size: 1rem;
        }

    .suplist_down {
        position: initial;
        margin-top: 0.3rem;
    }

    .news_leftword2 {
        width: 96%;
        margin: 0 auto;
        float: none;
    }

    .news_listimg {
        width: 96%;
        margin: 1rem auto;
        float: none;
    }

    .intitle_box a {
        width: 46%;
    }

    .abcontact_word table tr td {
        float: left;
    }

    .contact_word {
        position: inherit;
        width: 100%;
        /*
            height: auto;
        */
        padding-bottom: 2rem;
    }

        .contact_word h1 {
            margin: 0;
            padding: 2rem 0 1rem 5%;
        }

        .contact_word p {
            padding-left: 5%;
            padding-right: 5%;
            float: left;
            width: 40%;
        }

    .contact_bg img {
        width: 100%;
    }
}

@media (max-width:639px) {
    .left_box ul li {
        width: auto;
    }

    .product_cen ul li {
        height: 182px;
    }

        .product_cen ul li img {
            height: 182px;
        }

    .product_img img {
        height: 182px;
    }

    .valves_data .data_box {
        width: 100%;
        float: none;
    }

    .data_box table {
        width: 100%;
    }

    .right_titimg {
        width: 100%;
        float: none;
        margin-top: 0.3rem;
    }

        .right_titimg img {
            height: auto;
        }

    .productlist_word {
        font-size: 0.8rem;
    }

    .contact_word p {
        width: 90%;
    }

    .joinus_cen ul li {
        width: 97%;
    }

    .abcontact_word table tr td {
        float: left;
    }

    @media (max-width:479px) {
        .abnews_cen .news-con {
            width: 60%;
        }

        .abnews_cen .news-img {
            width: 40%;
            max-height: 97px;
        }

        .message_cen .submit, .message_cen .reset {
            width: 112px;
        }

        .product_cen ul li {
            height: 163px;
        }

            .product_cen ul li img {
                height: 163px;
            }

        .product_img img {
            height: 163px;
        }

    }

   
